home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17039 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1000 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c,comp.lang.c++,rec.games.programmer
  4. Subject: Re: ! Read me and State your opinion.
  5. Date: 12 Apr 1996 19:16:39 -0700
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4kn2q7INNrhf@keats.ugrad.cs.ubc.ca>
  8. References: <4kegoq$f2d$1@mhadg.production.compuserve.com> <4kfle4$haf@newsbf02.news.aol.com> <4kmntl$jc0@texas.nwlink.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4kmntl$jc0@texas.nwlink.com>,
  12. Teresa Reiko  <tjr19@mail.nwlink.com> wrote:
  13. >languages.  Assembly is a low-level language.  Nobody uses machine
  14. >code anymore, except for chip designers.
  15.  
  16. Oh yeah? Well take this!
  17.  
  18. char main[] = {            /* for Linux a.out            */
  19. 0xb8,0x04,0x00,0x00,0x00,0xbb,0x01,0x00,0x00,0x00,0xb9,0x21,0x20,0x00,0x00,
  20. 0xba,0x0e,0x00,0x00,0x00,0xcd,0x80,0xb8,0x01,0x00,0x00,0x00,0xcd,0x80,
  21. }, x[]="Hello, world!\n";    /* do _not_ specify ``-N'' to gcc    */
  22. -- 
  23.  
  24.  
  25.